home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / WINPROGS.ARJ / ENVIRON.MAK < prev    next >
Text File  |  1990-12-02  |  209b  |  10 lines

  1. environ.exe:  environ.obj environ.def
  2.    link environ, /align:16, NUL, /nod slibcew libw, environ
  3.    rc environ.exe
  4.    
  5.    
  6. environ.obj:  environ.c 
  7.    cl -c -Gsw -Ow -W2 -Zp environ.c
  8.    
  9.       
  10.